home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- show-pcx MERCURY.pcx blind r
- gtext " M E R C U R Y " 1 22 16 40 100
- gtext " 1st Planet " 3 22 16 40 100
-
- gtext " Mercury, which is the " 18 13 8 90 100
- gtext " second smallest planet, " 19 13 8 90 100
- gtext " is not much bigger then " 20 13 8 90 100
- gtext " the Moon. It also looks " 21 13 8 90 100
- gtext " much like the Moon, being " 22 13 8 90 100
- gtext " covered with large and " 23 13 8 90 100
- gtext " small craters. " 24 13 8 90 100
-
- delay 12
- clear MERCURY.pcx blind
-
- show-pcx VENUS.pcx DRIP
- gtext " V E N U S " 1 24 16 40 80
- gtext " 2nd Planet " 3 24 16 40 80
-
- gtext " Venus is almost the " 17 19 8 40 80
- gtext " same size as Earth " 18 19 8 40 80
- gtext " and takes 225 days " 19 19 8 40 80
- gtext " to revolve around " 20 19 8 40 80
- gtext " the Sun. " 21 19 8 40 80
- delay 10
- clear VENUS.pcx weave
-
- show-pcx EARTH.pcx explode r
- gtext " E A R T H " 1 25 16 70 90
- gtext " Our home " 2 25 16 70 90
- gtext " 3rd Planet" 4 25 16 40 90
-
- gtext " Earth is the only " 17 18 8 70 90
- gtext " planet known to be " 18 18 8 70 90
- gtext " capable of support- " 19 18 8 70 90
- gtext " ing higher forms of " 20 18 8 70 90
- gtext " life, although other " 21 18 8 70 90
- gtext " planets also have " 22 18 8 70 90
- gtext " atmosphere and water." 23 18 8 70 90
- delay 15
- clear EARTH.pcx spiral
-